home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / LINUX / KBD_LL.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  221b  |  13 lines

  1. /*
  2.  *    Interface between the low-level keyboard driver and the keymapper
  3.  */
  4.  
  5. #ifndef _KBD_LL_H
  6. #define _KBD_LL_H
  7.  
  8. extern struct pt_regs *kbd_pt_regs;
  9.  
  10. void handle_scancode(unsigned char scancode);
  11.  
  12. #endif    /* _KBD_LL_H */
  13.